﻿.cards {
    background: url(images/cards.png) no-repeat center;
    background-position: top left;
    width: 100%;
    height: 100px;
}

.dropdown-item {
    color: black !important;
}

.body-content .form-group.material .field-validation-error, .body-content .form-group.static .field-validation-error {
    position: absolute;
    top: 3rem;
}

.imgLogo {
    height: 80%;
}

footer img {
    height: 50px !important;
    width: auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #165BAA;
}

.navbar .container-fluid {
    background: #165BAA;
}

#AmountReferenceModel_0__Value {
    width: 100%;
}

.form-control {
    width: 90%;
}

.nav-container {
    background: #165BAA;
}

.container.body-container {
    margin-bottom: -50px;
}

.navbar-default .navbar-nav li a {
    color: white;
}

footer {
    background: none;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
}

.footerParagraph {
    text-align: center;
    width: 500px;
    margin-top: 0px;
    font-size: 10px;
    color: #777777;
    line-height: 15px !important;
    padding: 10px;
}

.header {
    box-shadow: 0 50px 0 0 #165BAA;
}

.order-confirmation button {
    background: #165BAA !important;
}

.gold {
    text-align: center;
    max-height: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    margin-left: 20px;
    padding-right: 16px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .body-content .link .btn.btn-primary {
        background-image: none !important;
    }
}
